home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 94.lightwave-08 / 000646_owner-lightwave-l _Tue Aug 30 07:20:14 1994.msg < prev    next >
Internet Message Format  |  1994-09-05  |  2KB

  1. Return-Path: <owner-lightwave-l>
  2. Received: by mail3.netcom.com (8.6.9/Netcom)     id GAA05376; Tue, 30 Aug 1994 06:13:57 -0700
  3. Received: from hpfcla.fc.hp.com by mail3.netcom.com (8.6.9/Netcom)     id GAA05365; Tue, 30 Aug 1994 06:13:52 -0700
  4. Received: from hpfcogv.fc.hp.com by hpfcla.fc.hp.com with SMTP     (1.37.109.4/15.5+IOS 3.20) id AA01478; Tue, 30 Aug 94 07:13:19 -0600
  5. Received: by hpfcogv.fc.hp.com     (1.37.109.4/15.5+IOS 3.22) id AA25760; Tue, 30 Aug 94 07:13:20 -0600
  6. Date: Tue, 30 Aug 94 07:13:20 -0600
  7. From: Steve Koren <koren@hpfcogv.fc.hp.com>
  8. Message-Id: <9408301313.AA25760@hpfcogv.fc.hp.com>
  9. To: lightwave-l@netcom.com
  10. Subject: Re: Triple Reverse
  11. X-Phase-Of-Moon: the moon is waning crescent (38% illuminated)
  12. In-Reply-To: <Pine.3.89.1.2.9408300929.A12235-0100000@zeus.datasrv.co.il>
  13. References: <9408282358.aa03401@deepthought.armory.com>     <Pine.3.89.1.2.9408300929.A12235-0100000@zeus.datasrv.co.il>
  14. Sender: owner-lightwave-l@netcom.com
  15. Precedence: bulk
  16. Reply-To: lightwave-l@netcom.com
  17.  
  18.  
  19.  
  20. > Pixel 3d Pro has a similar functions which operates on all the triangles, 
  21. > trying to reduce them to multi-sided polygons. This is not a reliable 
  22.  
  23. > What we need is an algorithm that checks to see if there are connected 
  24. > triangles that are parallel to each other, then combine them to one polygon.
  25.  
  26. > Stuart, or any Arexx wiz?
  27.  
  28. Hmm.  I wrote this operation for Aladdin 4D as an external tool.  If all
  29. else fails one might import the object into Aladdin, run the tool
  30. (called PolyMerge) and then export back out to Lightwave.
  31.  
  32. It was a somewhat complicated operation to write even in C; I think
  33. doing it in ARexx might be unduely cumbersome.
  34.  
  35.   - steve